MacAranym

MacAranym is the name of ARAnyM ported to Mac OS X based systems. You can find more information about ARAnyM on the official website.

On this page you can download a nonofficial release of MacAranym, which I'm building myself from the latest sources. The files you download here do not necessarily contain a full setup with configuration file and documentation. Please download the official release of MacAranym from the official website!

If not specified differently, the binaries are built with the following configure options:

MacAranym.app
--with-classicconfig --enable-ctrlkey=ctrl --enable-bpf-ethernet --enable-fpe=uae --disable-fullmmu
MacAranym MMU.app
--with-classicconfig --enable-ctrlkey=ctrl --enable-bpf-ethernet --enable-fpe=uae --enable-fullmmu --enable-lilo
MacAranym JIT.app
--with-classicconfig --enable-ctrlkey=ctrl --enable-bpf-ethernet --enable-fpe=ieee --enable-jit-compiler --enable-jit-fpu
MacAranym MMU+MPFR.app
--with-classicconfig --enable-ctrlkey=ctrl --enable-bpf-ethernet --enable-fpe=mpfr --enable-fullmmu --enable-lilo

Latest MacAranym testing binaries

Latest MacAranym binaries can be found in the following sections. They are generally based on the latest sourcecode available from the source repository, but can also include some experimental changes/improvements from my side.
Those binaries are for your convenience and to allow you test new features already before the next release is made public.

Please give feedback!

MacAranym BPF Ethernet example configuration

[ETH0]
Type = bridge
Tunnel = en1
HostIP = 192.168.0.1
AtariIP = 192.168.0.40
MAC = 00:41:45:54:48:30
Type
Use bridge to enable ethernet (any other value will disable Ethernet!).
Add debug to enable debugging. Use the Console application to see the messages sent/received by MacAranym.
Tunnel
Connected network device of your Mac: en0 for Ethernet/wired connection, en1 for Wireless/AirPort connection
HostIP
Router giving access to the internet. Check your network settings if you are unsure about it.
AtariIP
Any free IP address which will then be used by MacAranym for sending/receiving IP packets.
MAC
MAC address used for MacAranym.

If you encounter issues in WLAN environment, try using the MAC address of your Airport WLAN card (see System Preferences application) as the MAC address for Aranym. To ensure that the Atari side is not flooded with packets it did not request, make sure to set also the ip filtering mode.
I have seen cases where setting the same MAC address resolved the connection issue.

Atari/MiNT setup

Download the latest AFROS setup.
Edit config and adjust the ETH0 configuration part according to the example/description above.
Edit the file in drive_c/etc/resolv.conf. You should set a valid DNS server (which is required for resolving e.g. google.com to its IP address). If you are unsure, try setting the same address as HostIP.